.gallery_section {
    width: 98vw;
    padding: 20px 0px;
    margin: auto;
    margin-bottom: 15px;
}


.gallery_div{
    padding-bottom: 10px;
    font-size: 25px;
    text-align: center;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 3.5px;
    text-decoration-color:#095274 ; 
}


.gallery_container {
    display: flex;
    flex-wrap:wrap;
    gap: 10px;
    justify-content: center;
}

.gallery_photo_1 {
    position: relative;
    height: min-content;
    width: 320px;   
    border-radius: 10px;
}

.gallery_photo_1 img {
    width: 100%;
    height: 100%;
    border: 2.5px solid #095274;
    border-radius: 10px;
}




